requireContext

Returns NonNull context associated with given android.content.ContentProvider. A provider must be declared in the manifest and created automatically by the system, and context is only available after onCreate is called.

Return

The android.content.Context object associated with the android.content.ContentProvider.

Parameters